home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 6941 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: antares.dfma.com!news
  2. From: johnb@dfma.com (John Breckenridge)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Tough FACTORIAL math problem...
  5. Date: Fri, 16 Feb 1996 18:13:52 GMT
  6. Organization: Boothroyd Dewhurst, Inc.
  7. Message-ID: <4g250f$3ve@antares.dfma.com>
  8. References: <4fr8be$ass@news.iconn.net> <31224679.6193@born.com> <4fv74c$chq@gatekeeper.alcatel.no> <4fvgbu$kmb@winx03.informatik.uni-wuerzburg.de>
  9. NNTP-Posting-Host: johnb.dfma.com
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. schoof@informatik.uni-wuerzburg.de (Jochen Schoof) wrote:
  13.  
  14. >Storing additional digits is not neccessary. If two numbers of at least 
  15. >two digits have no zeroes in their rightmost digit, the two rightmost
  16. >digits of their product cannot both be zero and are determined from the
  17. >two rightmost digits of the two numbers. If you don't believe me feel
  18. >free to expand the tabular above for these numbers. Unfortunately you'll
  19. >have to write down 8100 entries... :-)
  20. This statement is incorrect:
  21.  
  22. 16 * 25 = 400
  23.  
  24. >Ans now we should probably keep this away from comp.lang.c and turn to
  25. >some algorithmic group with it. Does anyone know one..?
  26.  
  27. John Breckenridge (johnb@dfma.com)
  28. Boothroyd Dewhurst, Inc.
  29. All opinions are my own.
  30. John Breckenridge                                Boothroyd Dewhurst, Inc.
  31. johnb@dfma.com                                   all opinions are my own
  32.  
  33.